ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / GenericCache.PurgeItemEventArgs<TKey,TValue,TCacheNodeFactory> Class / Node Property

In This Topic
    Node Property (GenericCache.PurgeItemEventArgs<TKey,TValue,TCacheNodeFactory>)
    In This Topic
    Gets the node to be purged
    Syntax
    'Declaration
     
    Public ReadOnly Property Node As CacheNode(Of TKey,TValue)
    public CacheNode<TKey,TValue> Node {get;}
    See Also